
envSetVal( "graphic" "drfPath" 'string
            strcat( getShellEnvVar("OPDK_DIR") "/organic_basekit/cdssetup/display.drf"))


loadi( strcat( getShellEnvVar("OPDK_DIR") "/organic_basekit/cdssetup/common_bindkeys.il"))
if( getShellEnvVar("MGC_HOME") then
  loadi( strcat( getShellEnvVar("MGC_HOME") "/shared/pkgs/icv/tools/queryskl/calibre.OA.skl"))
) ;if
procedure( prependOPDKInstallPath( dir) 
           strcat( getShellEnvVar("OPDK_DIR") "/organic_basekit/" dir))
(envLoadVals
?envFile ( prependOPDKInstallPath "cdssetup/cdsenv")
?tool "layout")

printf( strcat( 
"---------------------------------------------------------------------------\n"
"Welcome to Organic Electronics Design Kit (OPDK)\n"
" \n"
"OPDK is an open source design kit, developed for organic electronics\n"
"applications. OPDK is developed under the framework of NCSU FreePDK\n"
"45nm Free, Open-Source Process Design Kit. This initiative is brought\n"
"to you by the National Science Foundation (NSF), with acknowledgement\n"
"to all the developers of NCSU Open Source Design Kits.\n"
" \n"
"This version of OPDK was created by Wei Zhang, Mingjing Ha and Chris Kim\n"
"of the University of Minnesota, Twin Cities.\n"
" \n"
"Contributions and modifications to this kit are welcomed and encouraged.\n"
" \n"
"Copyright 2010 the University of Minnesota, Twin Cities\n"
"(Framework Copyright 2008 North Carolina State University\n"
"and Oklahoma State University)\n"
" \n"
"Licensed under the Apache License, Version 2.0 (the \"License\");\n"
"you may not use this file except in compliance with the License.\n"
"You may obtain a copy of the License at\n"
" \n"
"    http://www.apache.org/licenses/LICENSE-2.0\n"
" \n"
"Unless required by applicable law or agreed to in writing, software\n"
"distributed under the License is distributed on an \"AS IS\" BASIS,\n"
"WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n"
"See the License for the specific language governing permissions and\n"
"limitations under the License.\n"
"---------------------------------------------------------------------------\n"
"\n"
"Done loading OPDK customizations.\n"
))
